home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / comp.z / PCIWORKS.HLP < prev    next >
Encoding:
Text File  |  1996-05-01  |  5.2 KB  |  147 lines

  1.                 PCIWorks
  2.  
  3.  PCIWorks is a simple application which shows an icon for each of
  4.  the major PCI applications: ImageWorks, Xpace, EASI, GCPWorks,
  5.  and FLY!. These applications can easily be started by clicking 
  6.  on its corresponding icon.  A single icon containing four smaller 
  7.  icons allow access to the PCI corporate logo, help, vertical or 
  8.  horizontal layout and pciworks exit.
  9.  
  10.  Normally PCIWorks is automatically started upon login by appropriate
  11.  use of the .login, .profile or LOGIN.COM files (depending on your 
  12.  system), or by typing pciworks to a prompt in a terminal window.
  13.     
  14. 1    Copyright
  15.  
  16.      PCIWorks!, Version 6.0, Release date: December 1, 1995
  17.  
  18.                            COPYRIGHT
  19.  
  20.  Software copyrighted (c) by PCI, 50 West Wilmot St., Richmond
  21.  Hill, Ontario, CANADA, L4B 1M5. Tel: (905) 764-0614
  22.  
  23.                        RESTRICTED RIGHTS
  24.  
  25.                       CANADIAN GOVERNMENT
  26.  
  27.  Use, duplication, or disclosure is subject to restrictions as set
  28.  forth in DSS 9400-18 `General Conditions - Short Form - Licensed
  29.  Software'.
  30.  
  31.                        U.S. GOVERNMENT
  32.  
  33.  Use, duplication, or disclosure is subject to restrictions as set
  34.  forth in FAR clause 52.227-19 `Commercial Computer Software -
  35.  Restricted Rights' and in subparagraph (c) (1) (ii) of the
  36.  `Rights in Technical Data and Computer Software Clause' at DFARS
  37.  52.227-7013.
  38.  
  39. 1    ImageWorks
  40.  
  41.  The ImageWorks Icon launches the ImageWorks program.  This is an
  42.  interactive X/Motif application for viewing and manipulating
  43.  image, graphic and vector data from a variety of file formats.
  44.  
  45.  ImageWorks will determine it's configuration based on the contents
  46.  of the PRM.PRM if it is available, otherwise it will default to
  47.  512 x 512 with 3 image planes and 8 graphic planes.
  48.  
  49.  Extensive online help is available from within ImageWorks.
  50.  
  51. 1    Xpace
  52.  
  53.  The Xpace Icon will launch Xpace, an interactive X/Motif application
  54.  for setting up, and running EASI/PACE programs.  Xpace allows access 
  55.  to all PACE programs.
  56.  
  57.  Online help for Xpace, and all the PACE programs is available in Xpace.
  58.  
  59. 1    EASI
  60.  
  61.  The EASI Icon will open a terminal window, and run EASI within it.
  62.  EASI is the command line based interface to EASI/PACE, and can be used 
  63.  to setup and run all PACE programs.  The EASI command language can be 
  64.  used write complex procedures.
  65.  
  66.  Online help for EASI, and all the PACE programs is available from
  67.  within EASI.
  68.  
  69. 1    GCPWorks
  70.  
  71.  The GCPWorks Icon will launch GCPWorks, an interactive X/Motif
  72.  application for performing image registration, mosaicing and 
  73.  radiometric correction.  GCPWorks is standalone, and supports
  74.  a number of image and vector file formats.  
  75.  
  76.  Online help is available within GCPWorks.
  77.  
  78. 1    FLY!
  79.  
  80.  The FLY! Icon will launch FLY!  FLY! is an interactive X/Motif
  81.  application for near realtime visualization of movement through image 
  82.  data with an underlying digital elevation model.  
  83.  
  84.  Online help for FLY! is available within FLY!.
  85.  
  86. 1    ImageMapping
  87.  
  88.  The ImageMapping Icon will launch ImageMapping.  ImageMapping is an
  89.  interactive map composition tool.
  90.  
  91.  Online help for ImageMapping is available within ImageMapping.
  92.  
  93. 1    PCILogo
  94.  
  95.  The small icon showing the PCI coporate logo launches the the PCILogo
  96.  program.  This is a simple program which show the PCI coporate logo in
  97.  a resizable window.  The PCILogo program can be exited by clicking the
  98.  mouse button in the window.
  99.  
  100. 1    HELP
  101.  
  102.  The HELP Icon will launch `helper', an interactive X/Motif application 
  103.  for browsing EASI/PACE help files.  Initially the helper will be display 
  104.  the help information for PCIWorks, but via the Search option, help files 
  105.  for other programs may be viewed.
  106.  
  107. 1    Exit
  108.  
  109.  The Exit Icon allows the user to exit the PCIWorks application.
  110.  
  111. 1    User Defined Icons
  112.  
  113.  Additional application icons may be included in the PCIWorks menu bar by
  114.  providing a special text file. On UNIX systems, this file is called .pciworks 
  115.  and on other systems, called pciworks.ini. This file should be placed in the
  116.  directory you are working from or in your home directory. The format of the
  117.  file is as follows.
  118.  
  119.  [large icon filename] [small icon filename] [command to execute]
  120.  
  121.  Empty lines or lines which start with a space are ignored. Comment lines
  122.  can be indicated by beginning the line with a #.
  123.  
  124.  Here is an example.
  125.  
  126. @verbatim
  127.  # first application
  128.  applic64.ic       applic48.ic       applic
  129.  
  130.  # clock
  131.  clock64.ic        .                 xclock
  132. @end
  133.  
  134.  The icon files, applic64.ic, applic48.ic, and clock64.ic must
  135.  be created first. These must reside in directory you are working from. The
  136.  PCIWorks program uses two icon sizes, 64x64 and 48x48. These can be
  137.  created using the standard X bitmap editor on your system. Ask your 
  138.  system administrator for help if you are unsure about this step. 
  139.  
  140.  If you did not create an icon for a particular size, a . can be placed
  141.  to indicate that no icon exists for that size. In this case, PCIWorks
  142.  will not include that icon if PCIWorks is started up in that size. For the
  143.  above example, if the system uses small icons, the clock icon will not appear. 
  144.  
  145.  The command to execute does not necessarily have to be an application
  146.  but can be any executable including shell scripts.
  147.